From 17dcbce5d68d183bc48176aa35548e8fab7c4098 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Mon, 6 Aug 2007 06:45:48 +0000 Subject: [PATCH] Add EXFUN for Fwindow_full_width_p. --- src/window.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/window.h b/src/window.h index 7fc97448757..a5c1f34a0ce 100644 --- a/src/window.h +++ b/src/window.h @@ -777,6 +777,7 @@ extern Lisp_Object window_from_coordinates P_ ((struct frame *, int, int, EXFUN (Fwindow_dedicated_p, 1); extern int window_height P_ ((Lisp_Object)); extern int window_width P_ ((Lisp_Object)); +EXFUN (Fwindow_full_width_p, 1); extern void set_window_height P_ ((Lisp_Object, int, int)); extern void set_window_width P_ ((Lisp_Object, int, int)); extern void change_window_heights P_ ((Lisp_Object, int)); -- 2.30.2